home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / minihelp.0b < prev    next >
Encoding:
Text File  |  1996-11-16  |  946 b   |  37 lines

  1.                        MINIHELP Version 1.0beta
  2.                        ------------------------
  3.  
  4.            by Charlie Kempson (charlie@siren.demon.co.uk)
  5.  
  6. Use of MiniHelp is simplicity itself.  Simply start the editor
  7. like this:  wish -f MiniHelp.tcl, then create your pages.  You
  8. will probably have to edit MiniHelp.tcl to give the location 
  9. of the RunTime component (it's in the first couple of lines
  10. of code in the file).
  11.  
  12. One you have created your pages, ensure that your main Tk
  13. program sources the MiniHelp_Runtime.tcl file, then insert
  14. the command:
  15.  
  16. MH_MiniHelp <PageReference>
  17.  
  18. where <PageReference> is the name of the page as you created
  19. it using MiniHelp.
  20.  
  21. The MiniHelp home is at:
  22.  
  23. http://public.logica.com/~kempsonc/mh_index.htm
  24.  
  25. Enjoy,
  26.  
  27. Charlie
  28.  
  29. --------------------------------------------------
  30. Charlie Kempson          charlie@siren.demon.co.uk
  31. Logica U.K. Ltd.         kempsonc@logica.com
  32.  
  33. http://public.logica.com/~kempsonc
  34.  
  35.  
  36.  
  37.